home *** CD-ROM | disk | FTP | other *** search
/ The Best of Select: Top 50 / The Best of Select Top 50 Volume 1.iso / es2 / go.bat < prev    next >
DOS Batch File  |  1996-06-14  |  460b  |  22 lines

  1. @echo off
  2. cls
  3. echo --------------------
  4. echo    Earth Siege 2
  5. echo --------------------
  6. echo[
  7. echo This program needs to be copied to your hard disk. A
  8. echo directory called ES2 will be created...
  9. echo[
  10. pause
  11. md c:\es2
  12. copy *.exe c:\es2
  13. c:
  14. cd \es2
  15. es2demo -d
  16. echo ----------------------------------------------------
  17. echo[
  18. echo Installation finished! In Explorer, change to the
  19. echo C:\ES2 directory and double click on ES.EXE
  20. echo[
  21. pause
  22.